projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2aaaf
)
gsk: Mark private symbol as static
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 26 Apr 2017 16:21:07 +0000
(17:21 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 26 Apr 2017 16:25:24 +0000
(17:25 +0100)
The ellipsis_contains_point() function is not used anywhere else.
gsk/gskroundedrect.c
patch
|
blob
|
history
diff --git
a/gsk/gskroundedrect.c
b/gsk/gskroundedrect.c
index 888436438787150a5f882d2660d9cd229301bd53..75c4e5a8aed8b90f24883a8262132f5cce498953 100644
(file)
--- a/
gsk/gskroundedrect.c
+++ b/
gsk/gskroundedrect.c
@@
-318,7
+318,7
@@
gsk_rounded_rect_is_rectilinear (const GskRoundedRect *self)
return TRUE;
}
-gboolean
+
static
gboolean
ellipsis_contains_point (const graphene_size_t *ellipsis,
const graphene_point_t *point)
{